Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class / Sort Method / Sort(IComparer<ThemeItem>) Method

In This Topic
    Sort(IComparer<ThemeItem>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal comparer As System.Collections.Generic.IComparer(Of ThemeItem) _
    ) 
    public void Sort( 
       System.Collections.Generic.IComparer<ThemeItem> comparer
    )

    Parameters

    comparer
    See Also